|
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference Release 11.2.1 E13084-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XlaConstants
Defines numeric constants for the MapMessage __TYPE field values such as INSERT. Also defines String constants for names of the special MapMessage fields, such as TYPE_FIELD (so that the specific field names such as "__TYPE" need not be included in code).
Field Summary | |
---|---|
static int |
ADD_COLUMNS Columns have been added. |
static java.lang.String |
AGING_DELETE_FIELD The name of the field that indicates if the delete is due to aging |
static java.lang.String |
CASCADING_DELETE_FIELD The name of the field that indicates if the delete is due to cascading |
static java.lang.String |
COMMIT_FIELD The name of the field that contains the commit -- last record in transaction flag. |
static int |
COMMIT_ONLY |
static java.lang.String |
CONFIG_FILE_NAME Use this constant to set JMS/XLA file name. |
static java.lang.String |
CONTEXT_FIELD The name of the field that contains the application-specified context value (passed to a ttApplicationContextCall) as a byte array. |
static int |
CREATE_INDEX An index has been created. |
static int |
CREATE_SEQ A sequence has been created. |
static int |
CREATE_SYNONYM A synonym has been created. |
static int |
CREATE_TABLE A table has been created. |
static int |
CREATE_VIEW A view has been created. |
static int |
DELETE A row has been deleted. |
static int |
DROP_COLUMNS Columns have been dropped. |
static int |
DROP_INDEX An index has been dropped. |
static int |
DROP_SEQ A sequence has been dropped. |
static int |
DROP_SYNONYM A synonym has been dropped. |
static int |
DROP_TABLE A table has been dropped. |
static int |
DROP_VIEW A view has been dropped. |
static java.lang.String |
FIRST_FIELD The name of the field that contains the "first record in transaction" flag. |
static int |
INSERT A row/tuple has been inserted. |
static java.lang.String |
MTYP_FIELD The name of the field in a message that contains type information. |
static java.lang.String |
MVER_FIELD The name of the field in a message that contains LFN/LFO information. |
static java.lang.String |
NULLS_FIELD The name of the field that contains the list of fields that have null values. |
static java.lang.String |
REPL_FIELD The name of the field that contains the "applied via replication" flag. |
static java.lang.String |
TBLNAME_FIELD The name of the field in a message that contains table name information. |
static java.lang.String |
TBLOWNER_FIELD The name of the field in a message that contains table owner information. |
static int |
TRUNCATE Truncate table. |
static java.lang.String |
TYPE_FIELD The name of the field that contains the message type. |
static int |
UPDATE A row has been updated. |
static java.lang.String |
UPDATE_DESCRIPTOR_FIELD The name of the field that return ttXlaUpdateDesc_t as a byte array. |
static java.lang.String |
UPDATED_COLUMNS_FIELD The name of the field that contains the list of columns updated by an update statement. |
Field Detail |
---|
static final int CREATE_TABLE
static final int DROP_TABLE
static final int CREATE_INDEX
static final int DROP_INDEX
static final int ADD_COLUMNS
static final int DROP_COLUMNS
static final int INSERT
static final int UPDATE
static final int DELETE
static final int COMMIT_ONLY
static final int CREATE_VIEW
static final int DROP_VIEW
static final int CREATE_SEQ
static final int DROP_SEQ
static final int TRUNCATE
static final int CREATE_SYNONYM
static final int DROP_SYNONYM
static final java.lang.String TYPE_FIELD
static final java.lang.String COMMIT_FIELD
static final java.lang.String FIRST_FIELD
static final java.lang.String REPL_FIELD
static final java.lang.String UPDATED_COLUMNS_FIELD
static final java.lang.String AGING_DELETE_FIELD
static final java.lang.String CASCADING_DELETE_FIELD
static final java.lang.String NULLS_FIELD
static final java.lang.String CONTEXT_FIELD
static final java.lang.String MTYP_FIELD
static final java.lang.String MVER_FIELD
static final java.lang.String TBLOWNER_FIELD
static final java.lang.String TBLNAME_FIELD
static final java.lang.String UPDATE_DESCRIPTOR_FIELD
static final java.lang.String CONFIG_FILE_NAME
|
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference Release 11.2.1 E13084-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |